From badffbbe00da1b1251b8cc5f72ad85e304aa88d7 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 28 Jan 2007 20:49:30 +0000 Subject: [PATCH] Add directive "DATATYPE", which can be WAYPOINT, ROUTE or TRACK, to xcsv format. --- xmldoc/chapters/styles.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xmldoc/chapters/styles.xml b/xmldoc/chapters/styles.xml index c4019f9a6..352e6e990 100644 --- a/xmldoc/chapters/styles.xml +++ b/xmldoc/chapters/styles.xml @@ -207,7 +207,7 @@ this file. Describes the character set used by this format. The value given must be one listed by 'gpsbabel -l'. example: - ENCODING UTF-8 # Use UTF-8 for input and output. + ENCODING UTF-8 # Use UTF-8 for input and output.
@@ -219,6 +219,18 @@ option are listed in . DATUM European 1950
+
+DATATYPE + +Specifies the kind of data we have to read or write. + + +By default all data are seen as waypoint data. With DATATYPE you are now able to bind +a specific type to this format. Possible values are WAYPOINT, ROUTE or TRACK. + + DATATYPE ROUTE # route-only format + +
-- 2.30.2